home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / cdcl Folder / cdcl.script < prev    next >
Encoding:
Text File  |  1986-03-01  |  181 b   |  19 lines  |  [TEXT/MACA]

  1. #
  2.  
  3. #    Aztec Shell script to compile, link and install the C Declare
  4.  
  5. #    desk accessory.
  6.  
  7. #
  8.  
  9. set -x
  10.  
  11. cc -bu cdcl.c
  12.  
  13. ln -an "C Declare" cdcl.o -lc
  14.  
  15. cprsrc -f DRVR 31 cdcl sys:system
  16.  
  17.  
  18.  
  19.